MAXREFDES82# Code Documentation  V01.00
Maxim Smart Force Sensor
 All Files Functions Variables Macros Groups Pages
USBD_USR_MAIN

This file is the CDC application main file. More...

Functions

void HAL_UART_MspInit (UART_HandleTypeDef *huart)
 UART MSP Initialization This function configures the hardware resources used in this application:
 
void HAL_UART_MspDeInit (UART_HandleTypeDef *huart)
 UART MSP De-Initialization This function frees the hardware resources used in this application:
 

Detailed Description

This file is the CDC application main file.

Function Documentation

void HAL_UART_MspDeInit ( UART_HandleTypeDef *  huart)

UART MSP De-Initialization This function frees the hardware resources used in this application:

     - Disable the Peripheral's clock
     - Revert GPIO, and NVIC configuration to their default state
Parameters
huart,:UART handle pointer
Return values
None

Definition at line 148 of file stm32f4xx_hal_msp.c.

void HAL_UART_MspInit ( UART_HandleTypeDef *  huart)

UART MSP Initialization This function configures the hardware resources used in this application:

      - Peripheral's clock enable
      - Peripheral's GPIO Configuration  
      - NVIC configuration for UART interrupt request enable
Parameters
huart,:UART handle pointer
Return values
None

Definition at line 68 of file stm32f4xx_hal_msp.c.